img {
	max-width: 100%;
}

* {
	padding: 0;
	margin: 0;
	outline:none;
}
i{font-style: normal;}
input,
button {
	outline: none;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfloat:after {
	content: " ";
	display: table;
}

.clearfloat:after {
	clear: both;
}

#header {
	height: 156px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

a {
	text-decoration: none;
	color: #333;
	/*transition: all 0.3s;*/
}

a:hover {
	color: #005BC1;
}
html{overflow-x: hidden;}
body {
	font-family: "微软雅黑";
	background: #fff;
	overflow-x: hidden;
}
.text-over{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.hg-over{
	overflow: hidden;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;  
}
.soso-a {
	color: #818181;
	font-size: 16px;
	margin-right: 37px;
	line-height: 24px;
	/*padding: 0 25px;
	/*border-right: 1px #e5e5e5 solid;
	height: 24px;px;
	overflow: hidden;*/
	float: left;
	margin-top: 11px;
}

.soso-a:hover {
	color: #005bc1;
}

.soso-a span {
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	background: #005bc1;
	margin-right: 5px;
}

.logo {
	padding: 25px 0 0 10px;
}

.wd {
	max-width: 1429px;
	margin: 0 auto;
	overflow: hidden;
	/*padding: 0 10px;*/
}

.top-soso {
	padding-top: 25px;
	float: right;
}

.soso-inp {
	display: inline-block;
	position: relative;
}

.soso-inp input {
	float: left;
	padding: 0 44px 0 18px;
	width: 286px;
	height: 42px;
	border: none;
	background: transparent;
	font-size: 14px;
	outline: none;
	border: 1px #e5e5e5 solid;
	border-radius: 18px;
	box-sizing: border-box;
}
 input::-webkit-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #ccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #ccc;
}
.soso-inp button {
	background: #fff url("../images/icon_search.png") no-repeat center center;
	width: 32px;
	height: 36px;
	position: absolute;
	top: 3px;
	right: 10px;
	outline: none;
	cursor: pointer;
	border: none;
}

.nav {
	padding-top: 16px;
	clear: both;
	overflow: hidden;
}
.nav li{
	float: left;
	position: relative;
	margin-right: 46px;
}
.nav li:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	background: #e5e5e5;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nav li a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	width: 118px;
	font-size: 18px;
	margin-right: 46px;
	text-align: center;
	border-radius: 30px;
	/*font-weight: bold;*/
}
.nav li i{position: relative; top: 2px; display: inline-block; width: 17px; height: 18px; background: url("../images/nav_home2.png"); margin-right: 10px;}

.nav li.on a,.nav li a:hover {
	color: #fff;
	background: #005bc1;
}
.nav li.on i,.nav li a:hover i{
	background: url("../images/nav_home1.png");
}
.nav li:last-child{margin: 0}
.nav li:last-child a{margin: 0}
.nav li:last-child:after{display: none;}
.htel{font-family: "Arial"; font-size: 24px; font-weight: bold; color: #005bc1; line-height: 46px;}
.ptitle{text-align: center; margin: 30px 0 15px; /* margin: 65px 0 55px; */}
.ptitle span{/* font-size: 36px; */ font-size: 28px; width: 293px; display: block; background: url("../images/icon_title.png") 50% 50% no-repeat; margin: 0 auto;}
.ahdt{display: none;}
.stitle{font-size: 14px; font-family: Arial; color: #ababab; margin-top: 10px}
/*.nav li .sub{
	border-top: 6px #005bc1 solid;
	position: absolute;
	left: -20px;
	top: 44px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	width: 220px;
	z-index: 300;
	display: none;
}
.nav li .sub li{
    text-align: center;
    height: 38px;
    line-height: 38px;
}
.nav li .sub li a{
	padding-left: 0;
	height: 38px;
	line-height: 38px;
	word-wrap:break-word;
	font-size: 16px;
	color: #696969;
    display: flex;
    display: block;
    justify-content: center;
    align-items: center;
}
.nav li .sub li a:hover{
    color: #fff;
    background-color:#005bc1
}*/

.contnet {
	padding-top: 156px;
}

.index-ban .swiper-button-prev,
.index-ban .swiper-container-rtl .swiper-button-next {
	left: 0;
}

.index-ban .swiper-button-next,
.index-ban .swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto;
}

.index-ban img {
	display: block;
	margin: 0 auto;
}
.swiper-pbanner{position: relative;}
.pnext,.pprev{position: absolute; top: 50%; left: 0; z-index: 5; transform: translate(-80px,-50%); cursor: pointer;}
.pprev{left: auto; right: 0; transform: translate(80px,-50%) rotate(-180deg);}
.pnext,.pprev,
.swiper-button-next,
.swiper-button-prev {
	width: 60px;
	height: 60px;
	/*color: #bcbcbc;*/
	background: url("../images/icon_arrow2.png");
	/*border-radius: 50%;
	line-height: 60px;
	text-align: center;*/

}
.swiper-button-next {transform: rotate(-180deg);}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;	
}

/*.index-ban .swiper-button-prev:after,
.index-ban .swiper-container-rtl .swiper-button-next:after {
	font-size: 30px;
}

.index-ban .swiper-button-next:after,
.index-ban .swiper-container-rtl .swiper-button-prev:after {
	font-size: 30px;
}*/
.pnext:hover,.pprev:hover,
.index-ban .swiper-button-next:hover,
.index-ban .swiper-button-prev:hover {
	background: url("../images/icon_arrow.png");
}

.index-ban .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

.index-ban {
	overflow: hidden;
	display: block;
}

.index-ban .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	margin: 0 16px 0 0 !important;
}
.index-ban .swiper-pagination-bullet:last-child{margin: 0 !important;}
.index-ban .swiper-pagination-bullet-active {
	background: #005bc1;
	width: 34px;
	border-radius: 10px;
}

.index-ban .swiper-pagination {
	bottom: 20px;
}
.pro-list{overflow: hidden; /* margin-bottom: 85px; */}
.index-cp {
	/* margin-bottom: 25px; */
	display: flex;
	flex-wrap: wrap;
	margin-left: -23px;
	align-items: stretch;
	background: #fff;
}

.index-cp li {
	width: 25%;
	flex-direction: row;
	margin-bottom: 16px;
	height: 100%;
}

.index-cp li a.index-img1 {
	display: block;
	/*padding: 6%;*/
	margin-left: 23px;
	/*text-align: center;*/
	/*transition: all 0.3s;*/
}

.index-cp li .img {
	min-height: 268px;
	height: 100%;
	display: flex;
	/*margin-top: 10px;*/
	align-items: center;
	background: #f1f1f1;
	position: relative;
}

.index-cp li .img img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
	max-height: 268px;
}
.pfix{display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box; padding: 35px 28px 0; background: rgba(0,91,193,.8);}
.psort{border-top: 1px solid #fff; color: #fff; font-size: 60px;}
.pname{text-align: center; font-size: 16px;}
.ename{font-size: 14px; margin-top: 5px;}
.psort-name{ margin-top: 15px; color: #fff;}
.bot-name{margin-top: 16px;}
.bot-name span{display: block}
.bot-name .ename{color: #ababab;}
 

.index-cp li h2 {
	font-size: 26px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	line-height: 35px;
	color: #333;
}

.index-cp li h3 {
	font-size: 48px;
	font-weight: bold;
	margin: 0;
	height: 60px;
	line-height: 60px;
	color: #ababab;
}
.index-cp li:hover .pfix{display: block;}
/*.index-cp li:hover .bot-name{visibility: hidden;}*/
.more{background: #fff; cursor: pointer; text-align: center; margin: 0 auto; color: #ababab; border: 1px solid #ababab; /* font-size: 18px; width: 180px; height: 60px; line-height: 60px; */height: 40px; line-height: 40px; width: 120px; font-size: 14px; border-radius: 30px;}
/*.index-cp li:hover h2,
.index-cp li:hover h3 {
	color: #fff;
}

.index-cp li:hover a.index-img1 {
	background: #005bc1;
}*/

.index-box2 {
	padding: 30px 0; /*135px 0*/
	background: #eee url(../images/bg1.jpg) 50% bottom no-repeat;
	/*padding-bottom: 100px;*/
	margin-top: 30px;
}
.afl{width: 60%;}
.afr{width: 40%;}

.title-t1 {
	line-height: 180px;
	height: 180px;
	text-transform:uppercase;
	text-align: center;
	position: relative;
	font-size: 40px;
	color: #333;
}
.afl .atitle{/* font-size: 36px; */ font-size: 28px;}
.afl img{display: none;}
.afl .atitle i{/* margin: 6px 0 60px; */ margin: 6px 0 12px; color: #ababab; font-size: 14px; font-style: normal; display: block;}
.acontent{width: 100%;/* max-height: 250px; overflow: hidden; */min-height: 180px; width: 80%; color: #818181; font-size: 14px; line-height: 32px;}
.afl .more{margin: 20px 0 0;}

.title-t1 span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 10;
}

.title-t1:after {
	margin-left: -230px;
	content: "";
	height: 1px;
	width: 460px;
	background: #e1e1e1;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}


.fq-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: -80px;
}

.fq-list li {
	margin-left: 80px;
	flex: 1;
}

.fq-list li a {
	display: block;
	padding: 40px 0;
	font-size: 18px;
	color: #818181;
	text-align: center;
	border-radius: 10px;
	border: 1px #e1e1e1 solid;
}

.fq-list li a p {
	margin-top: 25px;
}

.fq-list li a i {
	height: 100px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fq-list li a i.bg1 {
	background: url(../images/ic1-1.png) no-repeat 50%;
}

.fq-list li a i.bg2 {
	background: url(../images/ic2-1.png) no-repeat 50%;
}

.fq-list li a i.bg3 {
	background: url(../images/ic3-1.png) no-repeat 50%;
}

.fq-list li:hover a {
	background: #005bc1;
	color: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 91, 193, .1);
}

.fq-list li:hover i.bg1 {
	background: url(../images/ic1-2.png) no-repeat 50%;
}

.fq-list li:hover i.bg2 {
	background: url(../images/ic2-2.png) no-repeat 50%;
}

.fq-list li:hover i.bg3 {
	background: url(../images/ic3-2.png) no-repeat 50%;
}

.index-box3 {
	background: #06468e url(../images/bg3.jpg) center center no-repeat;
	padding: 121px 0;
	color: #fff;
	text-align: center;
}
.index-box3 li span{
	display: block;
	width: 110px;
	height: 110px;
	background: url(../images/icon_p1.png);
	margin: 0 auto;
	border-radius: 50%;
	background-size: 100%;
}
.index-box3 li{
	width: 20%; 
	float: left;
	/*max-width: 110px;*/
}
.index-box3 .pli2 span{background-image: url(../images/icon_p2.png);}
.index-box3 .pli3 span{background-image: url(../images/icon_p3.png);}
.index-box3 .pli4 span{background-image: url(../images/icon_p4.png);}
.index-box3 .pli5 span{background-image: url(../images/icon_p5.png);}

.pliname b{font-size: 36px; display: block; margin: 15px 0 6px;}
.pliname i{font-size: 18px;}

.title-t1.t2 span {
	background: #F5F5F5;
}
.pro-ly {
    margin-top: 20px;
}
.featured-ul {
	margin-left: -2%;
	overflow: hidden;
}

.featured-ul li {
	width: 23%;
	float: left;
	margin-left: 2%;
	margin-bottom: 18px;
	border-radius: 8px;
	padding: 19px;
	/* transition: all 0.3s; */
	background: #fff;
	text-align: center;
	border: 1px solid #eee;
}

.featured-ul li:hover {
	background: #005bc1;
	box-shadow: 0 0 10px 0 #005bc1;
	border-color: #005bc1;
	color: #fff;
}

.featured-ul li .img {
	height: 237px;
	display: flex;
	align-items: center;
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #f1f1f1;
	border-radius: 8px;
	margin-bottom: 15px;
}

.featured-ul li .img img {
	display: block;
	margin: 0 auto;
	position: relative;
	max-height: 80%;
	transition: all 0.3s;
}
.featured-ul .pline{width: 48px; height: 1px; background: #ababab; margin: 10px auto;}
.featured-ul .enpro{color: #ababab; font-size: 14px;}


.featured-ul li:hover .img img {
	transform: scale(1.15);
}
.featured-ul li:hover .img{
	background: #fff;
}
.featured-ul li:hover h3,
.featured-ul li:hover .enpro{color: #fff;}

/* .featured-ul li .hover-div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f1f1f1;
	z-index: 10;
	 opacity: 0; 
	transition: all 0.4s;
}

.featured-ul li:hover .hover-div {
	background: #fff;
}

.featured-ul li .hover-div i {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/i.png) no-repeat;
} */

.featured-ul li h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	height: 46px;
	line-height: 24px;
	
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	margin-top: 5px;
}

/* .featured-ul li:hover h3 {
	color: #005bc1;
} */

.featured-ul li p {
    font-size: 14px;
    color: #818181;
    line-height: 20px;
    margin-bottom: 18px;
    height: 40px;
    overflow: hidden;
}

.featured-ul li span {
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	color: #333;
	background: #ebebeb;
	padding: 0 20px;
	border-radius: 16px;
}

.footer {
	background: #1a1a1a;
	padding-top: 44px;
	color: #818181;
	font-size: 14px;
	margin-top: 30px;
}
.footer a{color: #818181;}
.footer a:hover{color: #fff;}
/*.fcontact{width: 351px;}
.fnav{width: 210px;}
.fpro{width: 300px;}
.fnews{width: 235px; margin-right: 77px;}*/
.fcontact{width: 23%;}
.fnav{width: 11%;}
.fpro{width: 22%;}
.fnews{width: 22%; padding-right: 77p;/* margin:0*/}
.fabout{width: 22%;}
.footer li{line-height: 32px; overflow: hidden;}
.footer h3{font-size: 18px; font-weight: normal; color: #fff; position: relative; padding-bottom: 21px; margin-bottom: 24px;}
.footer h3:before{content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 3px; background: #005bc1;}
.fnews img{/*width:90px;*/ width: 30%;}
.fnews-title {
    margin-left: 10px; 
    line-height: 18px; 
    margin-top: 2px;
    width: 50%;
}
.fcontact li i{display: inline-block; margin-right: 17px; position: relative; top: 2px; width: 13px; height: 15px; background: url(../images/icon_fot.png) -2px 0;}
.fcontact li .cc2{width: 11px; height: 15px; background-position: -3px -35px;}
.fcontact li .cc3{width: 13px; height: 18px; background-position: -3px -64px;}
.fcontact li .cc4{width: 17px; height: 16px; background-position: 0 -98px;}
.fcontact li .cc5{width: 17px; height: 18px; background-position: 0 -127px;}
.fcontact li .cc6{width: 17px; height: 14px; background-position: 0 -162px;}
.fcontact li .cc7{width: 18px; height: 18px; background-position: 0 -192px;}
.fcontact li .cc8{width: 17px; height: 16px; background-position: 0 -224px;}
.fcontact .qq span{margin-right: 12px;}

.fnews li{margin-bottom: 16px;}
.foot-abs {
	position: absolute;
	left: 0;
	top: -25px;
}

.foot-top {
	padding-top: 38px;
	padding-bottom: 30px;
	position: relative;
}

.foot-tl {
	width: 254px;

}

.foot-tl p {
	color: #ababab;
	font-size: 14px;
	line-height: 24px;
}

.foot-tit {
	font-size: 30px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	margin-bottom: 5px;
	font-weight: 400;
}

.foot-tlform {
	margin: 25px 0 30px;
	border-radius: 8px;
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	position: relative;
}

.foot-tlform input {
	width: 100%;
	padding-left: 18px;
	padding-right: 80px;
	background: #fff;
	border: none;
}
.fshare{padding-top: 20px; border-top: 1px solid #464646;}
.fshare a{margin: 10px 24px 0 0; display: block; float: left; width: 45px; height: 45px; background: url("../images/fshare.png");}
.fshare a:last-child{margin-right: 0}
.fshare .fx2{background-position: -70px 0;}
.fshare .fx3{background-position: -139px 0;}
.fshare .fx4{background-position: -209px 0;}
.fct{padding-bottom: 30px; border-bottom: 1px solid #464646; overflow: hidden;}
.foot-tlform button {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 46px;
	border: none;
	background: #005BC1;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.foot-tc {
	margin-left: 6%;
}

.foot-tcul li {
	color: #ababab;
	font-size: 14px;
	line-height: 36px;

	height:auto;
}

.foot-tcul li i {
	display: inline-block;
	width: 26px;
	height: 36px;
	float: left;
}

.foot-tcul li div {
	margin-right: 15px;
}

.foot-tcul li i.bg1 {
	background: url(../images/d1.png) no-repeat left center;
}

.foot-tcul li i.bg2 {
	background: url(../images/d2.png) no-repeat left center;
}

.foot-tcul li i.bg3 {
	background: url(../images/d3.png) no-repeat left center;
}

.foot-tcul li i.bg4 {
	background: url(../images/d4.png) no-repeat left center;
}

.foot-trdiv {
	margin-left: -25px;
	margin-top: 20px;
}

.foot-trdiv a {
	float: left;
	width: 52px;
	height: 52px;
	border-radius: 6px;
	margin-left: 25px;
}

.foot-trdiv a.fx1 {
	background: #fff url(../images/fx1.png) no-repeat 50%;
}

.foot-trdiv a.fx1:hover {
	background: #005bc1 url(../images/fx1-2.png) no-repeat 50%;
}

.foot-trdiv a.fx2 {
	background: #fff url(../images/fx2.png) no-repeat 50%;
}

.foot-trdiv a.fx2:hover {
	background: #005bc1 url(../images/fx2-2.png) no-repeat 50%;
}

.foot-trdiv a.fx3 {
	background: #fff url(../images/fx3.png) no-repeat 50%;
}

.foot-trdiv a.fx3:hover {
	background: #005bc1 url(../images/fx3-2.png) no-repeat 50%;
}

.foot-trdiv a.fx4 {
	background: #fff url(../images/fx4.png) no-repeat 50%;
}

.foot-trdiv a.fx4:hover {
	background: #005bc1 url(../images/fx4-2.png) no-repeat 50%;
}
.copy{overflow: hidden; clear: both; padding: 12px 0;}
/*.copy {
	background: #2d2d2d;
	padding: 30px 0;

}*/

.copy-l {
	line-height: 35px;
	height: 35px;
}

.copy-l .copy-logo {
	float: left;
}

.copy-l p {
	color: #6f6f6f;
	font-size: 14px;
	float: left;
	padding-left: 50px;
}

.copy-nav a {
	font-size: 14px;
	color: #6f6f6f;
	float: left;
	padding: 0 25px;
	position: relative;
	line-height: 35px;
	height: 35px;

}

.copy-nav a:hover {
	color: #005BC1;
}

.copy-nav a+a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 1px;
	height: 12px;
	background: #6f6f6f;
}
.pmore{margin: 20px auto 30px;}
/* 鍏充簬鎴戜滑*/
.ny-box {
	background: url(../images/nybg.jpg) no-repeat center;
	height: 200px;
	line-height: 200px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

.bread-box {
	background: #fff;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.bread-l a {
	float: left;
	margin-right: 70px;
	font-size: 16px;
	color: #818181;
	height: 58px;
	border-bottom: 2px #fff solid;
}

.bread-l a:hover,
.bread-l a.on {
	color: #005BC1;
	border-bottom-color: #005BC1;
}

.bread-r {
	color: #ababab;
	font-size: 16px;
	font-size: 14px;
}

.bread-r a {
	color: #ababab;
	display: inline-block;
	margin: 0 7px;
}

.bread-r a:hover {
	color: #005BC1;
}

.bread-r span {
	color: #005BC1;
}

/*.ny-nrbox {
	padding-bottom: 70px;
	padding-top: 45px;
}*/

#video {
	width: 970px;
	height: 594px;
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}

.VideoBtn {}

.video-con video {
	width: 100%;
}

.video-con {
	position: relative;
	max-width: 1450px;
}

.video-con .btn {
	background: rgba(0, 0, 0, .7) url("../images/play-btn.png") no-repeat 50%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-con .btn.pause {
	display: none;
}

.about-txt {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.8;
	color: #818181;
}

.about-txt p {
	margin-bottom: 10px;
}

.news-item {
	/*border-radius: 9px;*/
	padding: 20px;
	background: #fff;
	display: block;
	position: relative;
	margin-bottom: 28px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.n-img{
	width: 245px;
	height: 146px;
	overflow: hidden;
}

.n-img img {
	transition: all 0.4s;
	width: 100%;
	height: 100%;
}

.n-txt {
	margin-left: 290px;
	/* padding: 18px 120px 0 0; */
}
.n-abs-fix{position: relative;}
.new-list-t{position: relative;}
.n-txt h2 {
	margin: 18px 0 12px;
	font-size: 16px;
	/* height: 50px;
	line-height: 50px; */
	font-weight: 400;
	overflow: hidden;
	padding-right: 100px;
}

.n-txt p {
	line-height: 28px;
	height: 76px;
	overflow: hidden;
	color: #818181;
	font-size: 14px;
	padding-right: 150px;
}

.new-list-t span {
	color: #ababab;
	font-size: 24px;
	position: absolute;
	right: 0;
	/*line-height: 50px;*/
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
}

.n-abs {
	position: absolute;
	right: 0;
	width: 42px;
	height: 42px;
	background: url(../images/icon_co.png) no-repeat -508px -18px;
	border-radius: 50%;
	top: 50%;
	display: none;
	margin-top: -21px;
}

.news-item:hover .n-img img {
	transform: scale(1.15);
}
.news-item:hover .n-txt span {
	color: #333;
}

.news-item:hover .n-abs {
	display: block;
	/* background: #005BC1 url(../img/n-ic2.png) no-repeat 50%; */
}

.news-item:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.pro-intro-fr ul{margin: 12px 0; line-height: 32px; color: #818181; font-size: 14px;}
.pro-intro-fr ul span{display: block; float: left; color: #333; width: 70px; margin-right: 5px;}
.pro-intro{overflow: hidden; margin-bottom: 30px;}
.pro-intro-fl{text-align: center; float: left; width: 45%; padding: 20px; background-color: #f1f1f1; border-radius: 8px;}
.pro-intro-fl img{max-width: 100%; margin: 0 auto; height: 275px;}
.pro-intro-fr{margin-left: 45%; padding-left: 20px;}
.pro-intro-hd h4{font-size: 22px; margin: 12px 0 8px;}
.pro-intro-hd span{color: #ababab; font-size: 16px;}
.pro-intro-hd{border-bottom: 1px solid #e5e5e5; padding-bottom: 12px;}
.ask-btn{cursor: pointer; border-radius: 8px; text-align: center; color: #fff; width: 171px; height: 49px; line-height: 49px; display: inline-block; background: #005bc1;}
.ask-btn i{width: 23px; height: 20px; display: inline-block; position: relative; top: 4px; margin-right: 5px; background: url(../images/icon_co.png) -72px -32px;}
.pages {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

.pages a {
	display: inline-block;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	border-radius: 6px;
	background: #fff;
	color: #ababab;
	margin: 10px 4px 0;
	border: 1px solid #efefef;
}

.pages a:hover,
.pages a.on {
	border-color: #005BC1;
	background: #005BC1;
	color: #fff;
}

.newsxq {
	background: #fff;
	padding: 50px;
}

.news-title h1 {
	font-size: 26px;
	color: #333;
	text-align: center;
}

.news-title {
	border-bottom: 1px #d3d3d3 solid;
	padding-bottom: 20px;
}

.news-title p {
	text-align: center;
	color: #ababab;
	padding-top: 10px;
	font-size: 14px;
}

.news-txts {
	padding-top: 20px;
	font-size: 14px;
	color: #818181;
	line-height: 1.8;
}

.news-txts p {
	margin-bottom: 10px;
}

.page-ny {
	border-top: 1px #d3d3d3 solid;
	margin-top: 30px;
	padding-top: 20px;
	color: #d3d3d3;
	flex-direction: row;
}

.page-ny li {
	max-width: 49%;
	overflow: hidden;
}

.page-ny li a {
	color: #818181;
	font-size: 14px;
}

.page-ny li a:hover {
	color: #005BC1;
	text-decoration: underline;
}

.lx-r {
	max-width: 800px;
}

.lx-l {
	max-width: 550px;
	font-size: 14px;
	color: #818181;
}

.lx-l h2 {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

.lxwm-list {
	margin-bottom: 40px;
}

.lxwm-list li {
	line-height: 36px;
	padding-left: 28px;
}

.lxwm-list li span {
	font-weight: bold;
	color: #333;
}

.lxwm-list li.lx1 {
	background: url(../images/l1.png) no-repeat 0 10px;
}

.lxwm-list li.lx2 {
	background: url(../images/l2.png) no-repeat 0 10px;
}

.lxwm-list li.lx3 {
	background: url(../images/l3.png) no-repeat 0 10px;
}

.lxwm-list li.lx4 {
	background: url(../images/l4.png) no-repeat 0 10px;
}

.lxwm-list li.lx5 {
	background: url(../images/l5.png) no-repeat 0 10px;
}

.lxwm-list li.lx6 {
	background: url(../images/l6.png) no-repeat 0 10px;
}

.lxwm-list li.lx7 {
	background: url(../images/l7.png) no-repeat 0 10px;
}

.lxwm-list li.lx8 {
	background: url(../images/l8.png) no-repeat 0 10px;
}

.lxwm-list li.lx9 {
	background: url(../images/l9.png) no-repeat 0 10px;
}

.lxwm-list li.lx10 {
	background: url(../images/l10.png) no-repeat 0 10px;
}

.lxwm-list li.lx11 {
	background: url(../images/l11.png) no-repeat 0 10px;
}

.ttile2 {
	font-size: 18px;
	color: #333;
}

/* 鐣欒█ */
.input-group {
	margin-top: 50px;
}

.inputl,
.inputr {
	width: 48%;
	background: #fff;
	padding: 16px;
	border-radius: 6px;
}

.inputr label,
.inputl label {
	font-size: 16px;
	color: #ababab;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 160px;
}

.inputr input,
.inputl input,
.input02 input {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width: 100%;
	border: none;
}

.textareabox,
.input02 {
	padding: 15px;
	background: #fff;
	border-radius: 6px;
}

.input02 {
	padding-right: 150px;
	position: relative;
}

.textareabox textarea {
	width: 100%;
	border: none;
	height: 100px;
	outline: none;
}

.abs-yzm {
	position: absolute;
	right: 15px;
	top: 15px;
	max-width: 140px;
	cursor: pointer;
}

.abs-yzm img {
	width: 140px;
	height: 30px;
}

.input-group .btn-box {
	text-align: center;
}

.btn-box .btn {
	width: 300px;
	height: 78px;
	cursor: pointer;
	border: none;
	font-size: 24px;
	border-radius: 8px;
	margin: 0 20px;
}

.btn-box .btn.btn1 {
	background: #005BC1;
	color: #fff;
}

.btn-box .btn.btn2 {
	background: #a4a4a4;
	color: #fff;
}

.fqalist h3 {
	padding: 8px 0;
	line-height: 38px;
	border-bottom: 1px #d7d7d7 solid;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}

.fqalist h3 span {
	width: 36px;
	height: 36px;
	background: #c0c0c0;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 6px;
	color: #fff;
}

.fqalist h3 em {
	position: absolute;
	width: 36px;
	height: 36px;
	right: 0;
	top: 8px;
	border-radius: 6px;
	color: #fff;
	color: #005BC1;
	font-size: 24px;
	font-weight: bold;
}

.fqalist h3 em:after {
	content: "+";
	width: 36px;
	height: 36px;
	width: 100%;
	height: 100%;
}

.fqalist h3.on em:after {
	content: "-";
	font-size: 30px;
	font-weight: 400;
}

.fqalist h3.on span {
	background: #007AFF;
	color: #fff;
}

.fqalist h3.on {
	border: none;
}

.fqalist .item {
	position: relative;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 38px;
	border-bottom: 1px #d7d7d7 solid;
	display: none;
}

.fqalist .item span {
	width: 36px;
	height: 36px;
	background: #5c5c5c;
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 6px;
	color: #fff;
}

.left-nav {
	width: 320px;
}
.left-nav-ct{background: #f5f5f5; border-radius: 8px; overflow: hidden; border-bottom: 1px #e1e1e1 solid;}
.left-nav .item {
	display: none;
}

.left-nav .aside-hd,
.left-nav h3 {
	padding: 0 22px;
	line-height: 58px;
	height: 58px;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	border: 1px #e1e1e1 solid;
	border-bottom: none;
	cursor: pointer;
	background: url(../images/nlb1.png) no-repeat right 50%;
}
.left-nav h3.on {
    background: #005BC1 url(../img/nlb2.png) no-repeat right 50%;
    color: #fff;
}
.left-nav .aside-hd {
	background: #005BC1 url(../images/aside.png) no-repeat right 50%;
	color: #fff;
	height: 80px;
	line-height: normal;
	border: none;
	cursor: default;
}
.left-nav .aside-hd b{float: left; font-size: 60px; margin-right: 12px; line-height: 80px; font-family: "Arial";}
.aside-hd span{font-size: 24px; float: left; display: block; margin-top: 11px;}
.aside-hd span i{display: block; font-family: "Arial"; font-size: 14px;}

.left-nav .item li {
	height: 40px;
	line-height: 40px;
}

.left-nav .item li a {
	display: block;
	padding-left: 27px;
	font-size: 14px;
	color: #818181;
}

.left-nav .item li a:hover,
.left-nav .item li.on a {
	background: #dbecff;
	color: #005bc1;
}

.downloadr {
	margin-left: 358px;
}

.downloadr-table table {
	width: 100%;
	border-collapse: collapse;
}

.downloadr-table th {
	height: 78px;
	line-height: 78px;
	background: #dfdfdf;
	font-size: 18px;
	color: #333;
}

.downloadr-table td {
	padding: 15px 25px;
	border-bottom: 1px #ccc solid;
}

.downloadr-table td.tc {
	text-align: center;
}

.downloadr-table td a.downloadr-btn {
	background: url(../images/xz1.png) no-repeat center;
	display: block;
	height: 22px;
	min-width: 38px;
}

.downloadr-table tr.on td {
	background: #fff !important;
	border-bottom: 1px #f4f4f4 solid !important;
	color: #005bc1 !important;
}

.downloadr-table tr.on td a.downloadr-btn {
	background: url(../images/xz3.png) no-repeat center !important;
}

.downloadr-table tr:hover td {
	background: #005BC1;
	color: #fff;
}

.downloadr-table tr:hover td a.downloadr-btn {
	background: url(../images/xz2.png) no-repeat center;
}

.event-list {
	margin-left: -4%;
}

.event-list li {
	width: 25%;
	float: left;
	padding-left: 4%;
	margin-bottom: 15px;
}

.event-list li .eventabox {
	display: block;
}

.pic {
	padding: 6px;
	background: #fff;
}

.event-list li p {
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	color: #818181;
	height: 30px;
	overflow: hidden;
}

.iconfont {
	color: #fff;
	font-size: 40px;
}

.productsr {
	margin-left: 358px;
}
.productsr .cmtitle{margin-bottom: 10px;}
.main-content{padding: 20px; border: 1px solid #e5e5e5; border-radius: 8px;}
.n-detct p{color: #818181; font-size: 14px; padding-right: 120px;}
.products-toptxt {
	padding: 30px;
	background: #fff;
	border-radius: 6px;
}

.products-toptxt h3 {
	font-size: 24px;
	color: #333;
	padding-bottom: 15px;
}

.products-toptxt p {
	font-size: 14px;
	color: #818181;
	line-height: 36px;
}
.products-list{margin-bottom: 20px;}
.featured-ul li {
	/* margin-top: 35px; */
	width: 31.33%;
}



.products-list .pages {
	margin-top: 30px;
}

.productsbox {
	background: #fff;
	border-radius: 10px;
	padding: 35px;
}

.products-leftimg {
	width: 520px;
	overflow: hidden;
}
.concat-map img{display: block; margin: 20px 0 0; width: 100%;}
.concat-ct{padding: 35px 20px 25px; font-size: 14px; background: #fafafa; margin-bottom: 35px;}
.concat-ct li{float: left; width: 50%; margin-bottom: 25px;}
/*.concat-ct li:nth-child(even){padding-right: 30px;}*/
.concat-ct ul{margin-right: 200px; overflow: hidden;}
.concat-ct li i{background: url(../images/icon_co.png) -32px -35px; width: 12px; height: 15px; display: inline-block; position: relative; top: 2px; margin-right: 12px;}
.concat-ct li .cc2{width: 17px; height: 18px; background-position: -438px -34px;}
.concat-ct li .cc3{width: 11px; height: 15px; background-position: -32px -84px;}
.concat-ct li .cc4{width: 17px; height: 14px; background-position: -437px -86px;}
.concat-ct li .cc5{width: 13px; height: 18px; background-position: -32px -129px;}
.concat-ct li .cc6{width: 19px; height: 19px; background-position: -437px -131px;}
.concat-ct li .cc7{width: 17px; height: 16px; background-position: -29px -179px;}
.concat-ct li .cc8{width: 17px; height: 16px; background-position: -438px -178px;}
.concat-ct li span{margin-right: 12px;}
.concat-ct li b{font-weight: normal; margin-right: 12px;}

.com-form li{overflow: hidden; margin-bottom: 20px; position: relative;}
.c-row{width: 50%; float: left; padding-right: 10px; position: relative;}
.c-row:nth-child(2){padding: 0 0 0 10px;}
.com-form textarea,
.com-form input{padding: 0 35px; font-size: 14px; width: 100%; height: 50px; line-height: 50px; outline: none; background: #fff; border: 1px solid #e5e5e5; border-radius: 5px;}
.com-form textarea{height: 180px; padding: 5px 10px; resize: none; line-height: normal;}
.concat-share i{background: url(../images/icon_co.png) -791px -36px; width: 20px; height: 17px; display: inline-block; position: relative; top: 5px; margin-right: 8px;}
.contact-wx{width: 181px; padding: 0 20px 0 20px;}
.concat-share{margin-bottom: 10px;}
.c-ly{line-height: 24px; font-size: 14px; color: #818181; margin: 16px 0;}
.com-form .cicon{position: absolute; left: 15px; top: 50%; width: 14px; height: 11px; transform: translateY(-50%); background: url(../images/icon_co.png) -29px -219px;}
.com-form .cicon-phone{width: 15px; height: 15px; background-position: -109px -219px;}
.com-form .cicon-code{width: 12px; left: 25px; height: 12px; background-position: -73px -219px;}
.com-form .cicon-pro{width: 14px; height: 14px; background-position: -171px -220px;}
.com-form .red{position: absolute; right: 0; color: #ff8d8d; line-height: 50px; padding-right: 15px;}
.com-form .code-img{margin-right: 5px; float: left; height: 48px; position: relative; top: 1px; cursor: pointer;}
.com-form .c-reset{background: #e8e8e8; cursor: pointer;}
.com-form .c-submit{background: #005bc1; cursor: pointer; color: #fff;}
.cp-ly{background-color: #fafafa; margin-top: 30px;}
.cp-ly h4{padding: 0 0 20px; border-bottom: 1px solid #e5e5e5; font-size: 26px; font-weight: bold; color: #005bc1; text-align: center;}
.cp-ly h4 i{position: relative; top: 2px; margin-right: 10px; display: inline-block; width: 32px; height: 28px; background: url(../images/icon_co.png) -518px -89px;}
.cp-ly .cicon-email{left: 25px;}

.titleh3 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 910px;
	margin: 0 auto;
	font-size: 26px;
	color: #000;
}

.titleh4 {
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	padding: 10px 0 20px 0px;
}

.imgnav {
	width: 520px;
	margin: 10px auto;
}

#content {
	margin: 0px auto;
	line-height: 19px;
}

#content p {
	text-indent: 2em;
	color: #333;
}

.imgnav {
	position: relative;
	margin: 0 auto;
	width: 520px;
}

#img {
	z-index: 10;
	display: flex;
	align-items: center;
	width: 520px;
	position: relative;
	text-align: center;
	border: 1px #ddd solid;
	height: 520px;
	overflow: hidden;
}

#img img {
	width: 520px;
	height: auto;
	display: none;
	max-height:520px;
}

#front {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 394px;
	height: 578px;
}

#front a {
	position: absolute;
	left: 20px;
	top: 224px;
	display: block;
	width: 104px;
	height: 104px;
	display: none;
}

#next {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 394px;
	height: 578px;
}

#next a {
	position: absolute;
	right: 20px;
	top: 224px;
	display: block;
	width: 104px;
	height: 104px;
	display: none;
}

#cbtn {
	position: relative;
	margin-top: 10px;
}

#cbtn ul {
	position: relative;
	width: 10000px;
	height: 90px;
}

#cbtn ul li {
	border: 1px #e1e1e1 solid;
	display: flex;
	float: left;
	width: 88px;
	height: 88px;
	cursor: pointer;
	text-align: center;
	margin-right: 18px;
	position: relative;
	align-items: center;
}

#cbtn ul li img {
	width: 88px;
	height: auto;
	display: block;
}



#cbtn li.hov {
	border-color: #005BC1;
}

.ctrl div {
	clear: both;
}

#cSlideUl {
	width: 408px;
	overflow: hidden;
	position: relative;
	top: 0;
	margin: 0 auto;
}
.picSildeLeft,.boots .swiper-button-prev {
	cursor: pointer;
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 9;
	background: #f4f4f4 url(../images/lbt1.png) no-repeat 50%;
	width: 40px;
	height: 90px;
	border-radius: 0;
}
.boots .swiper-button-next:after,.boots .swiper-button-prev:after{
	display: none;
}
.boots{
	position: relative;
	outline: none;
}
.picSildeLeft:hover,.boots .swiper-button-prev:hover {
	background: #005bc1 url(../images/lbt2.png) no-repeat 50%;
}

.picSildeRight:hover,.boots .swiper-button-next:hover {
	background: #005bc1 url(../images/rbt2.png) no-repeat 50%;
}

.gallery-thumbs{
	margin-left: 50px;
	margin-right: 50px;
	height: 90px;
}
.gallery-thumbs .swiper-slide{
	position: relative;
}
.gallery-thumbs .swiper-slide img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 90px;
	max-width: 90px;
}

/* 效果CSS开始 */
.gallery-thumbs .swiper-slide{
	border: 1px #e1e1e1 solid;
}

.gallery-thumbs .swiper-slide-thumb-active{
	border: 1px #005BC1 solid;
}
.gallery-thumbs{
	margin-top: 10px;
}
.gallery-top{
	width: 520px;
	height: 520px;
	border: 1px #e1e1e1 solid;
	overflow: hidden;
}
.gallery-top .swiper-slide{
	position: relative;
		width: 518px;
	height: 518px;
}
.gallery-top .swiper-slide img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 518px;
	max-height: 518px;
}

.picSildeRight,.boots .swiper-button-next {
	cursor: pointer;
	position: absolute;
	top: 22px;
	right: 0;
	z-index: 9;
	background: #f4f4f4 url(../images/rbt1.png) no-repeat 50%;
	width: 40px;
	height: 90px;
	border-radius: 0;
}
.productstopR {
	margin-left: 570px;
}

.productstopR h1 {
	margin-top: 15px;
	color: #005bc1;
	font-size: 21px;
	margin-bottom: 20px;
}
.productstop-table{
	width: auto;
}
.productstop-table table {
	width: 100%;
	border-collapse: collapse;
}

.productstop-table th,
.productstop-table td {
	line-height: 48px;
	border: 1px #d7d7d7 solid;
	padding-left: 70px;
}

.productstop-table th {
	font-size: 14px;
	color: #333;
}

.productstop-table td {
	font-size: 14px;
	color: #818181;
}

.request-btn {
	margin-top: 40px;
	width: 230px;
	height: 54px;
	line-height: 54px;
	background: #005bc1;
	color: #fff;
	display: block;
	border-radius: 27px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.request-btn:hover {
	color: #ff0;
}

.cp-tabbox {
	background: #fff;
	border-radius: 0 0 10px 10px;
	margin-top: 35px;
	padding-left: 0;
	padding-right: 0;
}

.slideTxtBox .hd {
	background: #f4f4f4;
}

.slideTxtBox .hd li {
	padding: 0 35px;
	background: #e1e1e1;
	border-radius: 10px 10px 0 0;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: 18px;
	color: #333;
	float: left;
	margin-right: 12px;
	cursor: pointer;
	font-weight: bold;
}

.slideTxtBox .hd li.on {
	background: #fff;
	color: #005BC1;
	font-weight: bold;
}

.slideTxtBox .bd {
	background: #fff;
	padding: 35px;
}

.item1-txt {
	line-height: 34px;
	color: #818181;
	font-size: 16px;
}

.tjbox {
	padding-left: 0;
	padding-right: 0;
}

.title2 {
	line-height: 110px;
	font-size: 24px;
}

.item2-txt {
	border-top: 1px #005bc1 solid;
}

.item2-txt table {
	width: 100%;
	border-collapse: collapse;
}

.item2-txt th,
.item2-txt td {
	padding: 25px 0;
	border-bottom: 1px #cccccc solid;
	line-height: 30px;
	color: #818181;
	font-size: 16px;
}

.item2-txt th {
	font-size: 18px;
	color: #333;
}

.right-abs {
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 0;
	margin-top: -120px;
}

.right-abs a {
	display: block;
	width: 72px;
	height: 72px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	background:#005BC1 url('../images/icon_co.png') -602px -11px;
	margin-bottom: 4px;
	position: relative;
}
.right-abs a:hover {background-color: #666;}
.abs2-txt {
	background: #fff;
	right: 68px;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	min-width: 160px;
	position: absolute;
	height: 64px;
	line-height: 24px;
	display: none;
}

.abs3-txt {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	position: absolute;
	right: 68px;
	top: 0;
	width: 140px;
	height: 140px;
	display: none;
}

.abs3-txt img {
	width: 120px;
	height: 120px;
	display: block;
}

.abs2-txt .p1 {
	font-size: 16px;
	color: #ababab;
}

.abs2-txt .p2 {
	font-size: 16px;
	color: #333333;
}

/*.right-abs .abs1 {
	background: #fff url(../images/ab1.png) no-repeat 50%;
}

.right-abs .abs1:hover {
	background: #005BC1 url(../images/ab1-2.png) no-repeat 50%;
}

.right-abs .abs1 {
	background: #fff url(../images/ab1.png) no-repeat 50%;
}

.right-abs .abs1:hover {
	background: #005BC1 url(../images/ab1-2.png) no-repeat 50%;
}
*/
.right-abs .abs3 {
	background-position: -602px -82px;
}
.right-abs .abs5 {
	background-position: -602px -156px;
}
/*.right-abs .abs2:hover {
	background: #005BC1 url(../images/ab2-2.png) no-repeat 50%;
}

.right-abs .abs2:hover .abs2-txt {
	display: block;
}*/



/*.right-abs .abs3 {
	background: #fff url(../images/ab3.png) no-repeat 50%;
}

.right-abs .abs3:hover {
	background: #005BC1 url(../images/ab3-2.png) no-repeat 50%;
}

.right-abs .abs3:hover .abs3-txt {
	display: block;
}

.right-abs .abs5 {
	background: #fff url(../images/top1.png) no-repeat 50%;
}

.right-abs .abs5:hover {
	background: #005BC1 url(../images/top2.png) no-repeat 50%;
}*/
.swiper-slide img{width: 100%;}

.aside-pro-list{margin: 30px 0 0;}
.cmtitle{font-size: 20px; font-weight: bold; border-bottom: 3px solid #f5f5f5; padding-bottom: 15px; height: 44px;}
.cmtitle i{color: #005bc1;}
.cmtitle span{border-bottom: 3px solid #005bc1; height: 44px; display: inline-block;}
.aside-pro-list dd{margin-top: 20px; overflow: hidden; padding-bottom: 13px; border-bottom: 1px dashed #e0e0e0;}
.aside-pro-list img{width: 101px; margin-right: 18px; border-radius: 8px;}
.aside-pro{width: 201px;}
.aside-pro h4{font-weight: normal; font-size: 14px; line-height: 22px; margin: 3px 0;}
.aside-pro h4 a{color: #818181;}
.aside-pro h4 a:hover{color: #005BC1;}
.aside-more a{display: block; height: 88px; margin-top: 27px; background: url("../images/aside_contact.png");}

.detTop{width: 1920px; min-height: 200px;/* height: 394px; */position: relative; left: 50%; transform: translateX(-50%);}
.crumb{text-align: center; width: 380px;  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.cur-pos i{display: block; width: 100%; height: 12px; position: absolute; top: 50%; left: 0; margin-top: -6px; background: url(../images/icon_co.png) -216px -223px;}
.cur-pos{margin: 0 auto; width: 294px; font-size: 36px; position: relative;}
.cur-en{margin: 10px 0 20px; font-size: 14px; font-family: "arial"; color: #ababab;}
.cur-b i{margin-right: 14px; width: 10px; height: 12px; /* position: relative; top: 2px; */display: inline-block; background: url(../images/icon_co.png) -148px -221px;}
.cur-b{color: #818181; font-size: 14px;} 
.cur-b a{color: #818181; margin: 0 10px;}
.cur-b a:hover{c}
.cur-b span{color: #005BC1;  margin-left: 10px;}

.m-title{font-size: 22px; text-align: center;}
.detail-infos{border-bottom: 1px solid #e5e5e5; font-size: 14px; color: #ababab; padding-bottom: 10px; text-align: center; margin: 12px 0 18px;}
.detail-infos span{margin-right: 15px;}
.n-detct img{max-width: 100%; margin: 0 auto;}
.n-detct{line-height: 32px;}
.opage{border-top: 1px solid #e5e5e5; margin-top: 10px; padding-top: 15px;}
.opage a{color: #333;}
.opage a:hover{color: #005bc1;}
@media screen and (max-width: 1429px) {
	.wd{width: 85%}
	/* .ny-nrbox .wd{width: 100%;} */
	.productsbox{
		padding: 20px;
	}
	.tjbox{
		padding-left: 10px;
		padding-right: 10px;
	}
	.lx-l {
		width: 100%;
	}

	.lx-r {
		width: 100%;
		max-width: 100%;
	}

	.title-t1 {
		height: 150px;
		line-height: 150px;
	}
	.nav li{margin-right: 30px;}
	.nav li a {
		font-size: 16px;
		margin-right: 30px;
		width: 90px;
		height: 38px;
		line-height: 38px;
	}
	.htel{font-size: 22px; line-height: 38px;}
	/*.fcontact{width: 23%;}
	.fnav{width: 11%;}
	.fpro{width: 22%;}
	.fnews{width: 22%; margin:0}
	.fabout{width: 22%;}*/
	.fnews{margin:0; padding: 0;}
	.footer{font-size: 12px; padding: 20px 0;}
	/*.fnews img{width: 30%;}*/
	/*.fnews-title{width: 50%; margin-left: 10px; line-height: 18px; margin-top: 2px;}*/
	.foot-tl {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.footer h3{font-size: 14px;margin-bottom: 15px; padding-bottom: 15px;}
	.footer h3:before{width: 20px;}
	.index-box3{padding: 50px 0;}
	.foot-tc {
		margin-left: 0;
	}
.fshare a{margin-right: 8px;} 
	.copy-nav {
		text-align: center;
		float: none;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.copy-nav a {
		float: none;
		display: inline-block;
	}

	.copy {
		text-align: center;
	}

	.copy-l p {
		display: inline-block;
		float: none;
	}

	.copy-l {
		float: none;
		height: 30px;
		line-height: 30px;
		max-width: 640px;
		margin: 0 auto;
	}

	.copy-l .copy-logo {}
	.slideTxtBox .bd{
		padding: 20px;
	}
	.productstop-table th, .productstop-table td{
		padding-left: 20px;
	}
	.productstopR{
		margin-left: 540px;
	}

}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 18px;
	display: none;
}

.sp_nav span {
	display: block;
	background: #005bc1;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}


.sjj_nav {
	position: fixed;
	z-index: 2000;
	background: #f4f4f4;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 60px
}

.sjj_nav li{position: relative;}
.sjj_nav li a{display: block;}
.sjj_nav li .language {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 100%;
	overflow: hidden;
	line-height: 40px;
	/* margin-top: 5px */
}
.sjj_nav li .language a {
	width: 45px;
	/* float: left; */
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}
/* .sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 92px)
} */

/* .sjj_nav>ul>li:first-child .language {
	float: right;
	width: 45px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 45px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
} */

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	/* width: 80% */
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 32px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #005bc1
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
@media screen and (max-width: 1240px) {
	#header{height: 136px;}
	.contnet{padding-top: 136px;}
	 .logo img{height: 36px;}
	 .soso-inp input{height: 36px; width: 240px;}
	 .soso-inp button{width: 20px; height: 24px; top: 6px; background-size: 100%;}
	 .soso-a{margin-top: 5px; margin-right: 20px;}
	 .nav li a{font-size: 14px; margin-right: 15px;}
	 .nav li{margin-right: 15px;}
	 .fshare{padding-top: 10px;}
	 .foot-tlform{margin: 10px 0 15px;}
	 .fshare a {width: 36px; height: 36px; background: url(../images/fshare01.png) 0 0; background-size: 100%;}
	 .fshare .fx2{background-image: url(../images/fshare02.png); background-position: 0 0;}
	 .fshare .fx3{background-image: url(../images/fshare03.png); background-position: 0 0;}
	 .fshare .fx4{background-image: url(../images/fshare04.png); background-position: 0 0;}
	.products-leftimg{
		width: 100%;
		float: none;
	}
	.productstopR{
		margin-left: 0;
		margin-top: 30px;
	}
	.pliname b{font-size: 24px;}
	.pliname i {font-size: 14px;}
}
.cp-ban img{
	max-width: 520px;
	display: block;
	margin: 0 auto;
}
.cp-ban{
	display: none;
	padding-bottom: 20px;
}

.cp-ban .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.cp-ban .swiper-pagination-bullet-active{
	width: 30px;
	color: #005bc1;
}
.cp-ban  .swiper-pagination{
	bottom: 0;
}

@media screen and (max-width: 1120px) {
	.htel{font-size: 15px;}
}
@media screen and (max-width: 980px) {
	.pnext,.pprev{display: none;}
	.products-list{padding: 0 10px;}
	.detTop{display: none;}
	/* .ny-nrbox */.wd{width: 100%;}
	.fnav,.fpro{display: none;}
	.afr{padding-top: 80px;}
	.fwd{width: 33.333%;}
	.fshare{display: none;}
	.pnext,.pprev,
	.swiper-button-next,
	.swiper-button-prev {width: 30px; height:30px; background-size: 100%;}
	.pnext,.pprev{transform: translate(-40px,-50%);}
	.pprev{transform: translate(40px,-50%) rotate(-180deg);}
	.ptitle span{font-size: 18px;}
	.stitle{font-size: 12px;}
	.footer{margin: 0;}
	.afl .atitle{font-size: 20px;}
	.afl .atitle i{font-size: 12px;}
	.contact-wx{display: none;}
	.concat-ct ul{margin: 0;}
	.news-main{background: #f5f5f5;}
	.news-main .news-item{border-radius: 8px;}
	.n-txt span{font-size: 16px;}
	.cmtitle{background: #fff; padding: 10px; line-height: 25px;}
	.cmtitle span{border: none;}
	.opage .next-page{display: block; float: none;}
	.main-content p{padding-right: 80px;}
	.pro-ly{margin: 0;}
	.products-leftimg{
		display: none;
	}
	.cp-ban{
		display: block;
	}
	#picSlideWrap{
		display: none;
	}
	.productsbox{
		padding: 10px;
	}
	.downloadr-table td{
		padding:10px 5px;
	}
	.item2-txt th, .item2-txt td{
		padding: 10px 5px;
	}
	.item2-txt th{
		font-size: 16px;
	}
	.slideTxtBox .hd{
		height: 48px;
    	width: 100%;	
	}
	.com-form-li .c-row{width: 100%; margin: 0; padding: 0}
	.com-form .cicon-right{left: 15px;}
	.com-form-li .c-row:nth-child(2){margin-top: 20px;}
	.pro-intro-fl{margin-bottom: 10px; float: none; background-color: #fff; width: 100%;}
	.pro-intro-fl img{height: auto;}
	.pro-intro-fr{width: 100%; margin: 0; padding: 0;}
	.slideTxtBox .hd li{
		font-size: 15px;
		height: 48px;
		line-height: 48px;
		padding: 0 10px;
		white-space:nowrap;
		float: none;
		display: inline-block;
	}
	.item1-txt{
		font-size: 15px;
		line-height: 1.8;
	}
	.slideTxtBox .hd ul{
		height: 48px;
		
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.inputl, .inputr{
		width: 100%;
		margin-top: 20px;
	}
	.btn-box .btn{
		width: 200px;
		height: 60px;
	}
	.input-group{
		margin-top: 20px;
	}
	.page-ny li{
		max-width: 100%;
		width: 100%;
		float: none;
	}
	.fr-touch-close{
		    position: absolute;
    top: 0;
    right: 12px;
    padding-right: 11px;
	   
	}
	.fr-window-fresco .fr-touch-close .fr-touch-button-icon{
		 /*background-image: url(../images/sprite@x2.png) none !important;*/
        background-image: none !important;
	}
	
	
	.event-list li{
		width: 33.33333%;
		padding-left: 2%;
		overflow: hidden;
	}
		.event-list{
			margin-left: -2%;
		}
	
	.left-nav{
		display: none;
	}
	.downloadr{
		margin-left: 0;
	}
	
	/*.ny-nrbox {
		padding-top: 30px;
		padding-bottom: 40px;
	}*/

	.bread-box {
		height: 40px;
		line-height: 40px;
	}

	.bread-l {
		display: none;
	}

	.sp_nav {
		display: block;
	}

	.index-cp li {
		width: 33.333%;
	}

	.index-cp li:nth-child(7) {
		display: none;
	}

	.index-cp li:nth-child(8) {
		display: none;
	}

	.swiper-button-next {
		display: none;
	}

	.swiper-button-prev {
		display: none;
	}

	.top-soso {
		display: none;
	}

	#header {
		height: 60px;
	}

	.contnet {
		padding-top: 60px;
	}
	.logo{padding-top: 20px;}
	.logo img {
		height: 24px;
	}

	/*.logo {
		padding: 15px 13px 11px;
	}*/

	.nav {
		display: none;
	}

	.foot-tr {
		display: none;
	}

	.featured-ul li {
		margin-bottom: 20px;
		width: 48%;
		margin-left: 2%;
	}

	.fq-list {
		margin-left: -20px;
	}

	.fq-list li {
		margin-left: 20px;
	}

	.index-box2,
	/* .index-box3 {
		padding-bottom: 40px;
	} */

	/* .title-t1 {
		height: 100px;
		line-height: 100px;
		font-size: 30px;
	} */
	.tsmall{font-size: 20px;}

	.right-abs .abs1,
	.right-abs .abs2,
	.right-abs .abs3 {
		display: none;

	}
	.index-box3 li span{width: 60px; height: 60px; background-size: 100%;}{font-size: 16px;}
	.pliname b{font-size: 16px;}
	.right-abs {
		top: auto;
		bottom: 50px;
		margin-top: 0;
	}
	.n-abs{
		display: none;
	}
	.n-txt{
		padding-right: 0;
	}
	.productsr{
		margin: 0;
		border: none;
	}
	.main-content{border: none; border-radius: none;}

}

/*.index-ban {
	background: url(../images/banbg.jpg) no-repeat center 50%;
	padding: 70px 10px;
}*/

@media screen and (max-width: 640px) {
	.main-content p{padding: 0;}
	.wd{width: 100%;}
	.fnews{display: none;}
	.fhd{display: none;}
	.copy .fl{float: none; text-align: center;}
	.fwd{width: 100%; padding: 0 20px;}
	.foot-tl{margin-top: 20px;}
	.pliname i{font-size: 12px;}
	.pliname b{margin: 6px 0 0; font-size: 14px;}
	.afl{width: 100%; padding: 0 10px; box-sizing: border-box;}
	.pnext, .pprev{transform: translate(0, -50%);}
	.pprev{transform: translate(0, -50%) rotate(-180deg);}
	.afl img{display: block;}
	.acontent{width: 100%;}
	.amore{float: right;}
	.afr{display: none;}
	.index-box2{margin: 0; padding-top: 0}
	.ahdt{display: block; background: #f3f3f3; padding: 30px 0 25px; margin: 0;}
	.atitle{display: none;}
	.fct{padding-bottom: 10px;}
	.foot-tlform{margin-bottom: 0;}
	.index-box3 li span{width: 45px; height: 45px;}
	.index-box4{padding: 0 10px;}
	.main-content p{font-size: 12px;}
	.concat-ct li{width: 100%;}
	.concat-ct{padding: 20px 20px 0;}
	.btn-box .btn{
		width: 150px;
		height: 40px;
	}
	.featured-ul{
		margin-top: 20px;
	}
	.products-toptxt{
		padding: 10px;
	}
	.featured-ul li{
		width: 48%;
		
	}
	.featured-ul li{
		margin-top: 0;
	}
	.newsxq{
		padding:20px 10px;
	}
	
	.n-img{
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.n-txt{
		margin-left: 0;
	}
	.n-txt h2{
		height: auto;
		line-height: 1.9;
	}
	.news-item{
		padding:20px 10px;
		overflow: hidden;
	}
	.event-list li{
		width: 33.33333%;
		padding-left: 1%;
		overflow: hidden;
	}
		.event-list{
			margin-left: -1%;
		}
		.event-list li p{
			height: 40px;
			line-height: 20px;
		}
	.ny-box {
		height: 100px;
		line-height: 100px;
		background-size: cover;
	}
	.pro-list{margin-bottom: 24px;}
/*
	.index-ban {
		padding: 20px 10px;
		background-size: cover;
	}*/

	.title-t1:after {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.right-abs a {
		width: 40px;
		height: 40px;
		background-image: url(../images/icon_back3.png);
		background-size: 100% 100%;
	}

	.index-cp li {
		width: 50%;
		margin-bottom: 16px;
	}

	/*.right-abs .abs5,
	.right-abs .abs5:hover {
		background-size: 20px auto;
	}*/

	.copy-nav {
		display: none;
	}

/*	.foot-tc {
		display: none;
	}*/

	.copy-logo {
		display: none;
	}

	.copy-l p {
		padding-left: 0;
	}
	/* .ptitle{margin: 30px 0 25px;} */
	.ptitle span{font-size: 22px;}
	.stitle{font-size: 12px;}
	.index-cp li h2 {
		font-size: 18px;
	}
	.index-cp{margin: 10px;}
	.index-cp li a.index-img1 {
		margin: 0 5px;
	}
	/* .more{height: 36px; line-height: 36px; width: 120px; font-size: 14px;} */
	.index-cp li h3 {
		height: 40px;
		line-height: 40px;
		font-size: 28px;
	}

}

@media screen and (max-width: 520px) {
	.bread-box{
		display: none;
	}
	.downloadr-table th{
		height: 50px;
		line-height: 50px;
	}
	.downloadr-table td{
		padding-left: 10px;
		padding-right: 10px;
	}
	.index-ban .swiper-pagination {
		bottom: 5px;
	}

	.index-ban .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 8px 0 0 !important;
	}
	.index-ban .swiper-pagination-bullet-active{
		width: 26px;
	}
	.index-ban .swiper-pagination-bullet:last-child{margin: 0 !important;}
	
	/*.index-cp li .img {
		min-height: 160px;
		height: 160px;
	}*/

	/*.index-cp li .img img {
		max-height: 140px;
	}*/

	.featured-ul li .img {
		max-height: 160px;
	}

	.featured-ul li .img img {
		max-height: 140px;
	}

	.featured-ul li {
		padding: 10px;
	}

	.fq-list li {
		width: 100%;
		flex: auto;
		margin-bottom: 15px;

	}

	.fq-list li a {
		padding: 20px;
	}

	.fq-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

}

@media screen and (max-width: 460px){
	.btn-box .btn{
		width: 120px;
		height: 40px;
		margin: 0 10px;
	}
}